SSL Usage

RapidSpell Web is compatible with SSL web-sites. To use the controls over SSL the SSLFriendly property must be set to true in the RapidSpellWeb, RapidSpellWebLauncher and RapidSpellWInline controls - this requires a file called 'blank.html' in the Keyoti_RapidSpell_Web_Common virtual directory.

Code Example SSL Usage

Page containing the RapidSpellWeb control.

<%@ Page Language="C#" debug="false" validateRequest=false %>
<%@ Register TagPrefix="RapidSpellWeb" Namespace="Keyoti.RapidSpell"
Assembly="Keyoti.RapidSpellWeb" %>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<title>Spell Check</title>
<body>

<RapidSpellWeb:RapidSpellWeb id="rapidSpellWeb" runat="server" SSLFriendly=true/>

</body>
</html>